[INFO] fetching crate track-rails 0.1.2...
[INFO] testing track-rails-0.1.2 against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065-1
[INFO] extracting crate track-rails 0.1.2 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate track-rails 0.1.2
[INFO] finished tweaking crates.io crate track-rails 0.1.2
[INFO] tweaked toml for crates.io crate track-rails 0.1.2 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate track-rails 0.1.2 on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate track-rails 0.1.2 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0cef91d3b741e6c6715fe1876a381cd6a359317b9794bb3370c8715b51449d4e
[INFO] running `Command { std: "docker" "start" "-a" "0cef91d3b741e6c6715fe1876a381cd6a359317b9794bb3370c8715b51449d4e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0cef91d3b741e6c6715fe1876a381cd6a359317b9794bb3370c8715b51449d4e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0cef91d3b741e6c6715fe1876a381cd6a359317b9794bb3370c8715b51449d4e", kill_on_drop: false }`
[INFO] [stdout] 0cef91d3b741e6c6715fe1876a381cd6a359317b9794bb3370c8715b51449d4e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5fe9eee0c9a4e3bb5d081c7793845b3fb032e65253a69309460d2d696b918e34
[INFO] running `Command { std: "docker" "start" "-a" "5fe9eee0c9a4e3bb5d081c7793845b3fb032e65253a69309460d2d696b918e34", kill_on_drop: false }`
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling bitflags v2.9.2
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling flatbuffers v25.2.10
[INFO] [stderr]    Compiling track-rails v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `core::mem`
[INFO] [stdout]  --> src/message_generated.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use core::mem;
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `core::cmp::Ordering`
[INFO] [stdout]  --> src/message_generated.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use core::cmp::Ordering;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `EndianScalar` and `Follow`
[INFO] [stdout]   --> src/message_generated.rs:10:25
[INFO] [stdout]    |
[INFO] [stdout] 10 | use self::flatbuffers::{EndianScalar, Follow};
[INFO] [stdout]    |                         ^^^^^^^^^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::read_scalar_at` is unsafe and requires unsafe block
[INFO] [stdout]   --> src/message_generated.rs:96:13
[INFO] [stdout]    |
[INFO] [stdout] 96 |     let b = flatbuffers::read_scalar_at::<u8>(buf, loc);
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]    |
[INFO] [stdout]    = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]   --> src/message_generated.rs:95:3
[INFO] [stdout]    |
[INFO] [stdout] 95 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout]    = note: `#[warn(unsafe_op_in_unsafe_fn)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::emplace_scalar` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/message_generated.rs:105:9
[INFO] [stdout]     |
[INFO] [stdout] 105 |         flatbuffers::emplace_scalar::<u8>(dst, self.0);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/message_generated.rs:104:5
[INFO] [stdout]     |
[INFO] [stdout] 104 |     unsafe fn push(&self, dst: &mut [u8], _written_len: usize) {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::read_scalar_at` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/message_generated.rs:187:13
[INFO] [stdout]     |
[INFO] [stdout] 187 |     let b = flatbuffers::read_scalar_at::<u8>(buf, loc);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/message_generated.rs:186:3
[INFO] [stdout]     |
[INFO] [stdout] 186 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::emplace_scalar` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/message_generated.rs:196:9
[INFO] [stdout]     |
[INFO] [stdout] 196 |         flatbuffers::emplace_scalar::<u8>(dst, self.0);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/message_generated.rs:195:5
[INFO] [stdout]     |
[INFO] [stdout] 195 |     unsafe fn push(&self, dst: &mut [u8], _written_len: usize) {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::read_scalar_at` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/message_generated.rs:274:13
[INFO] [stdout]     |
[INFO] [stdout] 274 |     let b = flatbuffers::read_scalar_at::<u8>(buf, loc);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/message_generated.rs:273:3
[INFO] [stdout]     |
[INFO] [stdout] 273 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::emplace_scalar` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/message_generated.rs:283:9
[INFO] [stdout]     |
[INFO] [stdout] 283 |         flatbuffers::emplace_scalar::<u8>(dst, self.0);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/message_generated.rs:282:5
[INFO] [stdout]     |
[INFO] [stdout] 282 |     unsafe fn push(&self, dst: &mut [u8], _written_len: usize) {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::read_scalar_at` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/message_generated.rs:365:13
[INFO] [stdout]     |
[INFO] [stdout] 365 |     let b = flatbuffers::read_scalar_at::<i8>(buf, loc);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/message_generated.rs:364:3
[INFO] [stdout]     |
[INFO] [stdout] 364 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::emplace_scalar` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/message_generated.rs:374:9
[INFO] [stdout]     |
[INFO] [stdout] 374 |         flatbuffers::emplace_scalar::<i8>(dst, self.0);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/message_generated.rs:373:5
[INFO] [stdout]     |
[INFO] [stdout] 373 |     unsafe fn push(&self, dst: &mut [u8], _written_len: usize) {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::read_scalar_at` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/message_generated.rs:458:13
[INFO] [stdout]     |
[INFO] [stdout] 458 |     let b = flatbuffers::read_scalar_at::<u8>(buf, loc);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/message_generated.rs:457:3
[INFO] [stdout]     |
[INFO] [stdout] 457 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::emplace_scalar` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/message_generated.rs:467:9
[INFO] [stdout]     |
[INFO] [stdout] 467 |         flatbuffers::emplace_scalar::<u8>(dst, self.0);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/message_generated.rs:466:5
[INFO] [stdout]     |
[INFO] [stdout] 466 |     unsafe fn push(&self, dst: &mut [u8], _written_len: usize) {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::read_scalar_at` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/message_generated.rs:545:13
[INFO] [stdout]     |
[INFO] [stdout] 545 |     let b = flatbuffers::read_scalar_at::<u8>(buf, loc);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/message_generated.rs:544:3
[INFO] [stdout]     |
[INFO] [stdout] 544 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::emplace_scalar` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/message_generated.rs:554:9
[INFO] [stdout]     |
[INFO] [stdout] 554 |         flatbuffers::emplace_scalar::<u8>(dst, self.0);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/message_generated.rs:553:5
[INFO] [stdout]     |
[INFO] [stdout] 553 |     unsafe fn push(&self, dst: &mut [u8], _written_len: usize) {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::read_scalar_at` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/message_generated.rs:636:13
[INFO] [stdout]     |
[INFO] [stdout] 636 |     let b = flatbuffers::read_scalar_at::<u8>(buf, loc);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/message_generated.rs:635:3
[INFO] [stdout]     |
[INFO] [stdout] 635 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::emplace_scalar` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/message_generated.rs:645:9
[INFO] [stdout]     |
[INFO] [stdout] 645 |         flatbuffers::emplace_scalar::<u8>(dst, self.0);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/message_generated.rs:644:5
[INFO] [stdout]     |
[INFO] [stdout] 644 |     unsafe fn push(&self, dst: &mut [u8], _written_len: usize) {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::read_scalar_at` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/message_generated.rs:795:13
[INFO] [stdout]     |
[INFO] [stdout] 795 |     let b = flatbuffers::read_scalar_at::<u8>(buf, loc);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/message_generated.rs:794:3
[INFO] [stdout]     |
[INFO] [stdout] 794 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::emplace_scalar` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/message_generated.rs:804:9
[INFO] [stdout]     |
[INFO] [stdout] 804 |         flatbuffers::emplace_scalar::<u8>(dst, self.0);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/message_generated.rs:803:5
[INFO] [stdout]     |
[INFO] [stdout] 803 |     unsafe fn push(&self, dst: &mut [u8], _written_len: usize) {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/message_generated.rs:846:18
[INFO] [stdout]     |
[INFO] [stdout] 846 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/message_generated.rs:845:3
[INFO] [stdout]     |
[INFO] [stdout] 845 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/message_generated.rs:925:18
[INFO] [stdout]     |
[INFO] [stdout] 925 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/message_generated.rs:924:3
[INFO] [stdout]     |
[INFO] [stdout] 924 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:1022:18
[INFO] [stdout]      |
[INFO] [stdout] 1022 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:1021:3
[INFO] [stdout]      |
[INFO] [stdout] 1021 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:1119:18
[INFO] [stdout]      |
[INFO] [stdout] 1119 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:1118:3
[INFO] [stdout]      |
[INFO] [stdout] 1118 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:1217:18
[INFO] [stdout]      |
[INFO] [stdout] 1217 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:1216:3
[INFO] [stdout]      |
[INFO] [stdout] 1216 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:1314:18
[INFO] [stdout]      |
[INFO] [stdout] 1314 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:1313:3
[INFO] [stdout]      |
[INFO] [stdout] 1313 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:1411:18
[INFO] [stdout]      |
[INFO] [stdout] 1411 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:1410:3
[INFO] [stdout]      |
[INFO] [stdout] 1410 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:1710:18
[INFO] [stdout]      |
[INFO] [stdout] 1710 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:1709:3
[INFO] [stdout]      |
[INFO] [stdout] 1709 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:1808:18
[INFO] [stdout]      |
[INFO] [stdout] 1808 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:1807:3
[INFO] [stdout]      |
[INFO] [stdout] 1807 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:2326:18
[INFO] [stdout]      |
[INFO] [stdout] 2326 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:2325:3
[INFO] [stdout]      |
[INFO] [stdout] 2325 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:2424:18
[INFO] [stdout]      |
[INFO] [stdout] 2424 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:2423:3
[INFO] [stdout]      |
[INFO] [stdout] 2423 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:2522:18
[INFO] [stdout]      |
[INFO] [stdout] 2522 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:2521:3
[INFO] [stdout]      |
[INFO] [stdout] 2521 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:2620:18
[INFO] [stdout]      |
[INFO] [stdout] 2620 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:2619:3
[INFO] [stdout]      |
[INFO] [stdout] 2619 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:2787:18
[INFO] [stdout]      |
[INFO] [stdout] 2787 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:2786:3
[INFO] [stdout]      |
[INFO] [stdout] 2786 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:2919:18
[INFO] [stdout]      |
[INFO] [stdout] 2919 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:2918:3
[INFO] [stdout]      |
[INFO] [stdout] 2918 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:3016:18
[INFO] [stdout]      |
[INFO] [stdout] 3016 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:3015:3
[INFO] [stdout]      |
[INFO] [stdout] 3015 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:3181:18
[INFO] [stdout]      |
[INFO] [stdout] 3181 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:3180:3
[INFO] [stdout]      |
[INFO] [stdout] 3180 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:3295:18
[INFO] [stdout]      |
[INFO] [stdout] 3295 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:3294:3
[INFO] [stdout]      |
[INFO] [stdout] 3294 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:3457:18
[INFO] [stdout]      |
[INFO] [stdout] 3457 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:3456:3
[INFO] [stdout]      |
[INFO] [stdout] 3456 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:3571:18
[INFO] [stdout]      |
[INFO] [stdout] 3571 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:3570:3
[INFO] [stdout]      |
[INFO] [stdout] 3570 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:3685:18
[INFO] [stdout]      |
[INFO] [stdout] 3685 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:3684:3
[INFO] [stdout]      |
[INFO] [stdout] 3684 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:3801:18
[INFO] [stdout]      |
[INFO] [stdout] 3801 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:3800:3
[INFO] [stdout]      |
[INFO] [stdout] 3800 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:3934:18
[INFO] [stdout]      |
[INFO] [stdout] 3934 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:3933:3
[INFO] [stdout]      |
[INFO] [stdout] 3933 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:4067:18
[INFO] [stdout]      |
[INFO] [stdout] 4067 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:4066:3
[INFO] [stdout]      |
[INFO] [stdout] 4066 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:4182:18
[INFO] [stdout]      |
[INFO] [stdout] 4182 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:4181:3
[INFO] [stdout]      |
[INFO] [stdout] 4181 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:4297:18
[INFO] [stdout]      |
[INFO] [stdout] 4297 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:4296:3
[INFO] [stdout]      |
[INFO] [stdout] 4296 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:4547:18
[INFO] [stdout]      |
[INFO] [stdout] 4547 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:4546:3
[INFO] [stdout]      |
[INFO] [stdout] 4546 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:4645:18
[INFO] [stdout]      |
[INFO] [stdout] 4645 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:4644:3
[INFO] [stdout]      |
[INFO] [stdout] 4644 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:4742:18
[INFO] [stdout]      |
[INFO] [stdout] 4742 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:4741:3
[INFO] [stdout]      |
[INFO] [stdout] 4741 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:4873:18
[INFO] [stdout]      |
[INFO] [stdout] 4873 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:4872:3
[INFO] [stdout]      |
[INFO] [stdout] 4872 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:5064:18
[INFO] [stdout]      |
[INFO] [stdout] 5064 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:5063:3
[INFO] [stdout]      |
[INFO] [stdout] 5063 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:5161:18
[INFO] [stdout]      |
[INFO] [stdout] 5161 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:5160:3
[INFO] [stdout]      |
[INFO] [stdout] 5160 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:5258:18
[INFO] [stdout]      |
[INFO] [stdout] 5258 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:5257:3
[INFO] [stdout]      |
[INFO] [stdout] 5257 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:5372:18
[INFO] [stdout]      |
[INFO] [stdout] 5372 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:5371:3
[INFO] [stdout]      |
[INFO] [stdout] 5371 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:5486:18
[INFO] [stdout]      |
[INFO] [stdout] 5486 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:5485:3
[INFO] [stdout]      |
[INFO] [stdout] 5485 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:5600:18
[INFO] [stdout]      |
[INFO] [stdout] 5600 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:5599:3
[INFO] [stdout]      |
[INFO] [stdout] 5599 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:5697:18
[INFO] [stdout]      |
[INFO] [stdout] 5697 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:5696:3
[INFO] [stdout]      |
[INFO] [stdout] 5696 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:5794:18
[INFO] [stdout]      |
[INFO] [stdout] 5794 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:5793:3
[INFO] [stdout]      |
[INFO] [stdout] 5793 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:5873:18
[INFO] [stdout]      |
[INFO] [stdout] 5873 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:5872:3
[INFO] [stdout]      |
[INFO] [stdout] 5872 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:5970:18
[INFO] [stdout]      |
[INFO] [stdout] 5970 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:5969:3
[INFO] [stdout]      |
[INFO] [stdout] 5969 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:6115:18
[INFO] [stdout]      |
[INFO] [stdout] 6115 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:6114:3
[INFO] [stdout]      |
[INFO] [stdout] 6114 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:6212:18
[INFO] [stdout]      |
[INFO] [stdout] 6212 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:6211:3
[INFO] [stdout]      |
[INFO] [stdout] 6211 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:6309:18
[INFO] [stdout]      |
[INFO] [stdout] 6309 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:6308:3
[INFO] [stdout]      |
[INFO] [stdout] 6308 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:6424:18
[INFO] [stdout]      |
[INFO] [stdout] 6424 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:6423:3
[INFO] [stdout]      |
[INFO] [stdout] 6423 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:6503:18
[INFO] [stdout]      |
[INFO] [stdout] 6503 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:6502:3
[INFO] [stdout]      |
[INFO] [stdout] 6502 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:6600:18
[INFO] [stdout]      |
[INFO] [stdout] 6600 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:6599:3
[INFO] [stdout]      |
[INFO] [stdout] 6599 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:6697:18
[INFO] [stdout]      |
[INFO] [stdout] 6697 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:6696:3
[INFO] [stdout]      |
[INFO] [stdout] 6696 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:6794:18
[INFO] [stdout]      |
[INFO] [stdout] 6794 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:6793:3
[INFO] [stdout]      |
[INFO] [stdout] 6793 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:6891:18
[INFO] [stdout]      |
[INFO] [stdout] 6891 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:6890:3
[INFO] [stdout]      |
[INFO] [stdout] 6890 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:7005:18
[INFO] [stdout]      |
[INFO] [stdout] 7005 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:7004:3
[INFO] [stdout]      |
[INFO] [stdout] 7004 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:7119:18
[INFO] [stdout]      |
[INFO] [stdout] 7119 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:7118:3
[INFO] [stdout]      |
[INFO] [stdout] 7118 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:7233:18
[INFO] [stdout]      |
[INFO] [stdout] 7233 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:7232:3
[INFO] [stdout]      |
[INFO] [stdout] 7232 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:7347:18
[INFO] [stdout]      |
[INFO] [stdout] 7347 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:7346:3
[INFO] [stdout]      |
[INFO] [stdout] 7346 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::root_unchecked` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:8015:3
[INFO] [stdout]      |
[INFO] [stdout] 8015 |   flatbuffers::root_unchecked::<Message>(buf)
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:8014:1
[INFO] [stdout]      |
[INFO] [stdout] 8014 | pub unsafe fn root_as_message_unchecked(buf: &[u8]) -> Message {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::size_prefixed_root_unchecked` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:8022:3
[INFO] [stdout]      |
[INFO] [stdout] 8022 |   flatbuffers::size_prefixed_root_unchecked::<Message>(buf)
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:8021:1
[INFO] [stdout]      |
[INFO] [stdout] 8021 | pub unsafe fn size_prefixed_root_as_message_unchecked(buf: &[u8]) -> Message {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/message_generated.rs:7971:29
[INFO] [stdout]      |
[INFO] [stdout] 7971 | pub fn root_as_message(buf: &[u8]) -> Result<Message, flatbuffers::InvalidFlatbuffer> {
[INFO] [stdout]      |                             ^^^^^            ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                             |
[INFO] [stdout]      |                             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 7971 | pub fn root_as_message(buf: &[u8]) -> Result<Message<'_>, flatbuffers::InvalidFlatbuffer> {
[INFO] [stdout]      |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/message_generated.rs:7981:43
[INFO] [stdout]      |
[INFO] [stdout] 7981 | pub fn size_prefixed_root_as_message(buf: &[u8]) -> Result<Message, flatbuffers::InvalidFlatbuffer> {
[INFO] [stdout]      |                                           ^^^^^            ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                                           |
[INFO] [stdout]      |                                           the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 7981 | pub fn size_prefixed_root_as_message(buf: &[u8]) -> Result<Message<'_>, flatbuffers::InvalidFlatbuffer> {
[INFO] [stdout]      |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/message_generated.rs:8014:46
[INFO] [stdout]      |
[INFO] [stdout] 8014 | pub unsafe fn root_as_message_unchecked(buf: &[u8]) -> Message {
[INFO] [stdout]      |                                              ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                                              |
[INFO] [stdout]      |                                              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 8014 | pub unsafe fn root_as_message_unchecked(buf: &[u8]) -> Message<'_> {
[INFO] [stdout]      |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/message_generated.rs:8021:60
[INFO] [stdout]      |
[INFO] [stdout] 8021 | pub unsafe fn size_prefixed_root_as_message_unchecked(buf: &[u8]) -> Message {
[INFO] [stdout]      |                                                            ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                                                            |
[INFO] [stdout]      |                                                            the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 8021 | pub unsafe fn size_prefixed_root_as_message_unchecked(buf: &[u8]) -> Message<'_> {
[INFO] [stdout]      |                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0133`.
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
[INFO] running `Command { std: "docker" "inspect" "5fe9eee0c9a4e3bb5d081c7793845b3fb032e65253a69309460d2d696b918e34", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5fe9eee0c9a4e3bb5d081c7793845b3fb032e65253a69309460d2d696b918e34", kill_on_drop: false }`
[INFO] [stdout] 5fe9eee0c9a4e3bb5d081c7793845b3fb032e65253a69309460d2d696b918e34
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0e58f5c1f656082733b2311829784d955048d8981e9535ba631889e77cd8ddc0
[INFO] running `Command { std: "docker" "start" "-a" "0e58f5c1f656082733b2311829784d955048d8981e9535ba631889e77cd8ddc0", kill_on_drop: false }`
[INFO] [stdout] warning: unused import: `core::mem`
[INFO] [stdout]  --> src/message_generated.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use core::mem;
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `core::cmp::Ordering`
[INFO] [stdout]  --> src/message_generated.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use core::cmp::Ordering;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `EndianScalar` and `Follow`
[INFO] [stdout]   --> src/message_generated.rs:10:25
[INFO] [stdout]    |
[INFO] [stdout] 10 | use self::flatbuffers::{EndianScalar, Follow};
[INFO] [stdout]    |                         ^^^^^^^^^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::read_scalar_at` is unsafe and requires unsafe block
[INFO] [stdout]   --> src/message_generated.rs:96:13
[INFO] [stdout]    |
[INFO] [stdout] 96 |     let b = flatbuffers::read_scalar_at::<u8>(buf, loc);
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]    |
[INFO] [stdout]    = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]   --> src/message_generated.rs:95:3
[INFO] [stdout]    |
[INFO] [stdout] 95 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout]    = note: `#[warn(unsafe_op_in_unsafe_fn)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::emplace_scalar` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/message_generated.rs:105:9
[INFO] [stdout]     |
[INFO] [stdout] 105 |         flatbuffers::emplace_scalar::<u8>(dst, self.0);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/message_generated.rs:104:5
[INFO] [stdout]     |
[INFO] [stdout] 104 |     unsafe fn push(&self, dst: &mut [u8], _written_len: usize) {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::read_scalar_at` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/message_generated.rs:187:13
[INFO] [stdout]     |
[INFO] [stdout] 187 |     let b = flatbuffers::read_scalar_at::<u8>(buf, loc);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/message_generated.rs:186:3
[INFO] [stdout]     |
[INFO] [stdout] 186 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::emplace_scalar` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/message_generated.rs:196:9
[INFO] [stdout]     |
[INFO] [stdout] 196 |         flatbuffers::emplace_scalar::<u8>(dst, self.0);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/message_generated.rs:195:5
[INFO] [stdout]     |
[INFO] [stdout] 195 |     unsafe fn push(&self, dst: &mut [u8], _written_len: usize) {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::read_scalar_at` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/message_generated.rs:274:13
[INFO] [stdout]     |
[INFO] [stdout] 274 |     let b = flatbuffers::read_scalar_at::<u8>(buf, loc);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/message_generated.rs:273:3
[INFO] [stdout]     |
[INFO] [stdout] 273 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::emplace_scalar` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/message_generated.rs:283:9
[INFO] [stdout]     |
[INFO] [stdout] 283 |         flatbuffers::emplace_scalar::<u8>(dst, self.0);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/message_generated.rs:282:5
[INFO] [stdout]     |
[INFO] [stdout] 282 |     unsafe fn push(&self, dst: &mut [u8], _written_len: usize) {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::read_scalar_at` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/message_generated.rs:365:13
[INFO] [stdout]     |
[INFO] [stdout] 365 |     let b = flatbuffers::read_scalar_at::<i8>(buf, loc);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/message_generated.rs:364:3
[INFO] [stdout]     |
[INFO] [stdout] 364 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::emplace_scalar` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/message_generated.rs:374:9
[INFO] [stdout]     |
[INFO] [stdout] 374 |         flatbuffers::emplace_scalar::<i8>(dst, self.0);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/message_generated.rs:373:5
[INFO] [stdout]     |
[INFO] [stdout] 373 |     unsafe fn push(&self, dst: &mut [u8], _written_len: usize) {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::read_scalar_at` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/message_generated.rs:458:13
[INFO] [stdout]     |
[INFO] [stdout] 458 |     let b = flatbuffers::read_scalar_at::<u8>(buf, loc);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/message_generated.rs:457:3
[INFO] [stdout]     |
[INFO] [stdout] 457 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::emplace_scalar` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/message_generated.rs:467:9
[INFO] [stdout]     |
[INFO] [stdout] 467 |         flatbuffers::emplace_scalar::<u8>(dst, self.0);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/message_generated.rs:466:5
[INFO] [stdout]     |
[INFO] [stdout] 466 |     unsafe fn push(&self, dst: &mut [u8], _written_len: usize) {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::read_scalar_at` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/message_generated.rs:545:13
[INFO] [stdout]     |
[INFO] [stdout] 545 |     let b = flatbuffers::read_scalar_at::<u8>(buf, loc);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/message_generated.rs:544:3
[INFO] [stdout]     |
[INFO] [stdout] 544 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::emplace_scalar` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/message_generated.rs:554:9
[INFO] [stdout]     |
[INFO] [stdout] 554 |         flatbuffers::emplace_scalar::<u8>(dst, self.0);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/message_generated.rs:553:5
[INFO] [stdout]     |
[INFO] [stdout] 553 |     unsafe fn push(&self, dst: &mut [u8], _written_len: usize) {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::read_scalar_at` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/message_generated.rs:636:13
[INFO] [stdout]     |
[INFO] [stdout] 636 |     let b = flatbuffers::read_scalar_at::<u8>(buf, loc);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/message_generated.rs:635:3
[INFO] [stdout]     |
[INFO] [stdout] 635 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::emplace_scalar` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/message_generated.rs:645:9
[INFO] [stdout]     |
[INFO] [stdout] 645 |         flatbuffers::emplace_scalar::<u8>(dst, self.0);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/message_generated.rs:644:5
[INFO] [stdout]     |
[INFO] [stdout] 644 |     unsafe fn push(&self, dst: &mut [u8], _written_len: usize) {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::read_scalar_at` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/message_generated.rs:795:13
[INFO] [stdout]     |
[INFO] [stdout] 795 |     let b = flatbuffers::read_scalar_at::<u8>(buf, loc);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/message_generated.rs:794:3
[INFO] [stdout]     |
[INFO] [stdout] 794 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::emplace_scalar` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/message_generated.rs:804:9
[INFO] [stdout]     |
[INFO] [stdout] 804 |         flatbuffers::emplace_scalar::<u8>(dst, self.0);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/message_generated.rs:803:5
[INFO] [stdout]     |
[INFO] [stdout] 803 |     unsafe fn push(&self, dst: &mut [u8], _written_len: usize) {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/message_generated.rs:846:18
[INFO] [stdout]     |
[INFO] [stdout] 846 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/message_generated.rs:845:3
[INFO] [stdout]     |
[INFO] [stdout] 845 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/message_generated.rs:925:18
[INFO] [stdout]     |
[INFO] [stdout] 925 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/message_generated.rs:924:3
[INFO] [stdout]     |
[INFO] [stdout] 924 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:1022:18
[INFO] [stdout]      |
[INFO] [stdout] 1022 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:1021:3
[INFO] [stdout]      |
[INFO] [stdout] 1021 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:1119:18
[INFO] [stdout]      |
[INFO] [stdout] 1119 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:1118:3
[INFO] [stdout]      |
[INFO] [stdout] 1118 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:1217:18
[INFO] [stdout]      |
[INFO] [stdout] 1217 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:1216:3
[INFO] [stdout]      |
[INFO] [stdout] 1216 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:1314:18
[INFO] [stdout]      |
[INFO] [stdout] 1314 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:1313:3
[INFO] [stdout]      |
[INFO] [stdout] 1313 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:1411:18
[INFO] [stdout]      |
[INFO] [stdout] 1411 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:1410:3
[INFO] [stdout]      |
[INFO] [stdout] 1410 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:1710:18
[INFO] [stdout]      |
[INFO] [stdout] 1710 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:1709:3
[INFO] [stdout]      |
[INFO] [stdout] 1709 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:1808:18
[INFO] [stdout]      |
[INFO] [stdout] 1808 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:1807:3
[INFO] [stdout]      |
[INFO] [stdout] 1807 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:2326:18
[INFO] [stdout]      |
[INFO] [stdout] 2326 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:2325:3
[INFO] [stdout]      |
[INFO] [stdout] 2325 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:2424:18
[INFO] [stdout]      |
[INFO] [stdout] 2424 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:2423:3
[INFO] [stdout]      |
[INFO] [stdout] 2423 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:2522:18
[INFO] [stdout]      |
[INFO] [stdout] 2522 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:2521:3
[INFO] [stdout]      |
[INFO] [stdout] 2521 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:2620:18
[INFO] [stdout]      |
[INFO] [stdout] 2620 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:2619:3
[INFO] [stdout]      |
[INFO] [stdout] 2619 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:2787:18
[INFO] [stdout]      |
[INFO] [stdout] 2787 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:2786:3
[INFO] [stdout]      |
[INFO] [stdout] 2786 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:2919:18
[INFO] [stdout]      |
[INFO] [stdout] 2919 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:2918:3
[INFO] [stdout]      |
[INFO] [stdout] 2918 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:3016:18
[INFO] [stdout]      |
[INFO] [stdout] 3016 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:3015:3
[INFO] [stdout]      |
[INFO] [stdout] 3015 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:3181:18
[INFO] [stdout]      |
[INFO] [stdout] 3181 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:3180:3
[INFO] [stdout]      |
[INFO] [stdout] 3180 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:3295:18
[INFO] [stdout]      |
[INFO] [stdout] 3295 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:3294:3
[INFO] [stdout]      |
[INFO] [stdout] 3294 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:3457:18
[INFO] [stdout]      |
[INFO] [stdout] 3457 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:3456:3
[INFO] [stdout]      |
[INFO] [stdout] 3456 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:3571:18
[INFO] [stdout]      |
[INFO] [stdout] 3571 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:3570:3
[INFO] [stdout]      |
[INFO] [stdout] 3570 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:3685:18
[INFO] [stdout]      |
[INFO] [stdout] 3685 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:3684:3
[INFO] [stdout]      |
[INFO] [stdout] 3684 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:3801:18
[INFO] [stdout]      |
[INFO] [stdout] 3801 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:3800:3
[INFO] [stdout]      |
[INFO] [stdout] 3800 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:3934:18
[INFO] [stdout]      |
[INFO] [stdout] 3934 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:3933:3
[INFO] [stdout]      |
[INFO] [stdout] 3933 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:4067:18
[INFO] [stdout]      |
[INFO] [stdout] 4067 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:4066:3
[INFO] [stdout]      |
[INFO] [stdout] 4066 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:4182:18
[INFO] [stdout]      |
[INFO] [stdout] 4182 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:4181:3
[INFO] [stdout]      |
[INFO] [stdout] 4181 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:4297:18
[INFO] [stdout]      |
[INFO] [stdout] 4297 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:4296:3
[INFO] [stdout]      |
[INFO] [stdout] 4296 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:4547:18
[INFO] [stdout]      |
[INFO] [stdout] 4547 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:4546:3
[INFO] [stdout]      |
[INFO] [stdout] 4546 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:4645:18
[INFO] [stdout]      |
[INFO] [stdout] 4645 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:4644:3
[INFO] [stdout]      |
[INFO] [stdout] 4644 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:4742:18
[INFO] [stdout]      |
[INFO] [stdout] 4742 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:4741:3
[INFO] [stdout]      |
[INFO] [stdout] 4741 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:4873:18
[INFO] [stdout]      |
[INFO] [stdout] 4873 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:4872:3
[INFO] [stdout]      |
[INFO] [stdout] 4872 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:5064:18
[INFO] [stdout]      |
[INFO] [stdout] 5064 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:5063:3
[INFO] [stdout]      |
[INFO] [stdout] 5063 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:5161:18
[INFO] [stdout]      |
[INFO] [stdout] 5161 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:5160:3
[INFO] [stdout]      |
[INFO] [stdout] 5160 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:5258:18
[INFO] [stdout]      |
[INFO] [stdout] 5258 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:5257:3
[INFO] [stdout]      |
[INFO] [stdout] 5257 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:5372:18
[INFO] [stdout]      |
[INFO] [stdout] 5372 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:5371:3
[INFO] [stdout]      |
[INFO] [stdout] 5371 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:5486:18
[INFO] [stdout]      |
[INFO] [stdout] 5486 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:5485:3
[INFO] [stdout]      |
[INFO] [stdout] 5485 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:5600:18
[INFO] [stdout]      |
[INFO] [stdout] 5600 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:5599:3
[INFO] [stdout]      |
[INFO] [stdout] 5599 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:5697:18
[INFO] [stdout]      |
[INFO] [stdout] 5697 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:5696:3
[INFO] [stdout]      |
[INFO] [stdout] 5696 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:5794:18
[INFO] [stdout]      |
[INFO] [stdout] 5794 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:5793:3
[INFO] [stdout]      |
[INFO] [stdout] 5793 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:5873:18
[INFO] [stdout]      |
[INFO] [stdout] 5873 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:5872:3
[INFO] [stdout]      |
[INFO] [stdout] 5872 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:5970:18
[INFO] [stdout]      |
[INFO] [stdout] 5970 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:5969:3
[INFO] [stdout]      |
[INFO] [stdout] 5969 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:6115:18
[INFO] [stdout]      |
[INFO] [stdout] 6115 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:6114:3
[INFO] [stdout]      |
[INFO] [stdout] 6114 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:6212:18
[INFO] [stdout]      |
[INFO] [stdout] 6212 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:6211:3
[INFO] [stdout]      |
[INFO] [stdout] 6211 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:6309:18
[INFO] [stdout]      |
[INFO] [stdout] 6309 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:6308:3
[INFO] [stdout]      |
[INFO] [stdout] 6308 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:6424:18
[INFO] [stdout]      |
[INFO] [stdout] 6424 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:6423:3
[INFO] [stdout]      |
[INFO] [stdout] 6423 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:6503:18
[INFO] [stdout]      |
[INFO] [stdout] 6503 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:6502:3
[INFO] [stdout]      |
[INFO] [stdout] 6502 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:6600:18
[INFO] [stdout]      |
[INFO] [stdout] 6600 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:6599:3
[INFO] [stdout]      |
[INFO] [stdout] 6599 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:6697:18
[INFO] [stdout]      |
[INFO] [stdout] 6697 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:6696:3
[INFO] [stdout]      |
[INFO] [stdout] 6696 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:6794:18
[INFO] [stdout]      |
[INFO] [stdout] 6794 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:6793:3
[INFO] [stdout]      |
[INFO] [stdout] 6793 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:6891:18
[INFO] [stdout]      |
[INFO] [stdout] 6891 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:6890:3
[INFO] [stdout]      |
[INFO] [stdout] 6890 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:7005:18
[INFO] [stdout]      |
[INFO] [stdout] 7005 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:7004:3
[INFO] [stdout]      |
[INFO] [stdout] 7004 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:7119:18
[INFO] [stdout]      |
[INFO] [stdout] 7119 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:7118:3
[INFO] [stdout]      |
[INFO] [stdout] 7118 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:7233:18
[INFO] [stdout]      |
[INFO] [stdout] 7233 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:7232:3
[INFO] [stdout]      |
[INFO] [stdout] 7232 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:7347:18
[INFO] [stdout]      |
[INFO] [stdout] 7347 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:7346:3
[INFO] [stdout]      |
[INFO] [stdout] 7346 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::root_unchecked` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:8015:3
[INFO] [stdout]      |
[INFO] [stdout] 8015 |   flatbuffers::root_unchecked::<Message>(buf)
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:8014:1
[INFO] [stdout]      |
[INFO] [stdout] 8014 | pub unsafe fn root_as_message_unchecked(buf: &[u8]) -> Message {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::size_prefixed_root_unchecked` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:8022:3
[INFO] [stdout]      |
[INFO] [stdout] 8022 |   flatbuffers::size_prefixed_root_unchecked::<Message>(buf)
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:8021:1
[INFO] [stdout]      |
[INFO] [stdout] 8021 | pub unsafe fn size_prefixed_root_as_message_unchecked(buf: &[u8]) -> Message {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/message_generated.rs:7971:29
[INFO] [stdout]      |
[INFO] [stdout] 7971 | pub fn root_as_message(buf: &[u8]) -> Result<Message, flatbuffers::InvalidFlatbuffer> {
[INFO] [stdout]      |                             ^^^^^            ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                             |
[INFO] [stdout]      |                             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 7971 | pub fn root_as_message(buf: &[u8]) -> Result<Message<'_>, flatbuffers::InvalidFlatbuffer> {
[INFO] [stdout]      |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/message_generated.rs:7981:43
[INFO] [stdout]      |
[INFO] [stdout] 7981 | pub fn size_prefixed_root_as_message(buf: &[u8]) -> Result<Message, flatbuffers::InvalidFlatbuffer> {
[INFO] [stdout]      |                                           ^^^^^            ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                                           |
[INFO] [stdout]      |                                           the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 7981 | pub fn size_prefixed_root_as_message(buf: &[u8]) -> Result<Message<'_>, flatbuffers::InvalidFlatbuffer> {
[INFO] [stdout]      |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/message_generated.rs:8014:46
[INFO] [stdout]      |
[INFO] [stdout] 8014 | pub unsafe fn root_as_message_unchecked(buf: &[u8]) -> Message {
[INFO] [stdout]      |                                              ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                                              |
[INFO] [stdout]      |                                              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 8014 | pub unsafe fn root_as_message_unchecked(buf: &[u8]) -> Message<'_> {
[INFO] [stdout]      |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/message_generated.rs:8021:60
[INFO] [stdout]      |
[INFO] [stdout] 8021 | pub unsafe fn size_prefixed_root_as_message_unchecked(buf: &[u8]) -> Message {
[INFO] [stdout]      |                                                            ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                                                            |
[INFO] [stdout]      |                                                            the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 8021 | pub unsafe fn size_prefixed_root_as_message_unchecked(buf: &[u8]) -> Message<'_> {
[INFO] [stdout]      |                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0133`.
[INFO] [stdout] 
[INFO] [stderr]    Compiling track-rails v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `core::mem`
[INFO] [stdout]  --> src/message_generated.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use core::mem;
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `core::cmp::Ordering`
[INFO] [stdout]  --> src/message_generated.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use core::cmp::Ordering;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `EndianScalar` and `Follow`
[INFO] [stdout]   --> src/message_generated.rs:10:25
[INFO] [stdout]    |
[INFO] [stdout] 10 | use self::flatbuffers::{EndianScalar, Follow};
[INFO] [stdout]    |                         ^^^^^^^^^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::read_scalar_at` is unsafe and requires unsafe block
[INFO] [stdout]   --> src/message_generated.rs:96:13
[INFO] [stdout]    |
[INFO] [stdout] 96 |     let b = flatbuffers::read_scalar_at::<u8>(buf, loc);
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]    |
[INFO] [stdout]    = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]   --> src/message_generated.rs:95:3
[INFO] [stdout]    |
[INFO] [stdout] 95 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout]    = note: `#[warn(unsafe_op_in_unsafe_fn)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::emplace_scalar` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/message_generated.rs:105:9
[INFO] [stdout]     |
[INFO] [stdout] 105 |         flatbuffers::emplace_scalar::<u8>(dst, self.0);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/message_generated.rs:104:5
[INFO] [stdout]     |
[INFO] [stdout] 104 |     unsafe fn push(&self, dst: &mut [u8], _written_len: usize) {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::read_scalar_at` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/message_generated.rs:187:13
[INFO] [stdout]     |
[INFO] [stdout] 187 |     let b = flatbuffers::read_scalar_at::<u8>(buf, loc);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/message_generated.rs:186:3
[INFO] [stdout]     |
[INFO] [stdout] 186 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::emplace_scalar` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/message_generated.rs:196:9
[INFO] [stdout]     |
[INFO] [stdout] 196 |         flatbuffers::emplace_scalar::<u8>(dst, self.0);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/message_generated.rs:195:5
[INFO] [stdout]     |
[INFO] [stdout] 195 |     unsafe fn push(&self, dst: &mut [u8], _written_len: usize) {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::read_scalar_at` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/message_generated.rs:274:13
[INFO] [stdout]     |
[INFO] [stdout] 274 |     let b = flatbuffers::read_scalar_at::<u8>(buf, loc);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/message_generated.rs:273:3
[INFO] [stdout]     |
[INFO] [stdout] 273 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::emplace_scalar` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/message_generated.rs:283:9
[INFO] [stdout]     |
[INFO] [stdout] 283 |         flatbuffers::emplace_scalar::<u8>(dst, self.0);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/message_generated.rs:282:5
[INFO] [stdout]     |
[INFO] [stdout] 282 |     unsafe fn push(&self, dst: &mut [u8], _written_len: usize) {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::read_scalar_at` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/message_generated.rs:365:13
[INFO] [stdout]     |
[INFO] [stdout] 365 |     let b = flatbuffers::read_scalar_at::<i8>(buf, loc);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/message_generated.rs:364:3
[INFO] [stdout]     |
[INFO] [stdout] 364 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::emplace_scalar` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/message_generated.rs:374:9
[INFO] [stdout]     |
[INFO] [stdout] 374 |         flatbuffers::emplace_scalar::<i8>(dst, self.0);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/message_generated.rs:373:5
[INFO] [stdout]     |
[INFO] [stdout] 373 |     unsafe fn push(&self, dst: &mut [u8], _written_len: usize) {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::read_scalar_at` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/message_generated.rs:458:13
[INFO] [stdout]     |
[INFO] [stdout] 458 |     let b = flatbuffers::read_scalar_at::<u8>(buf, loc);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/message_generated.rs:457:3
[INFO] [stdout]     |
[INFO] [stdout] 457 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::emplace_scalar` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/message_generated.rs:467:9
[INFO] [stdout]     |
[INFO] [stdout] 467 |         flatbuffers::emplace_scalar::<u8>(dst, self.0);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/message_generated.rs:466:5
[INFO] [stdout]     |
[INFO] [stdout] 466 |     unsafe fn push(&self, dst: &mut [u8], _written_len: usize) {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::read_scalar_at` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/message_generated.rs:545:13
[INFO] [stdout]     |
[INFO] [stdout] 545 |     let b = flatbuffers::read_scalar_at::<u8>(buf, loc);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/message_generated.rs:544:3
[INFO] [stdout]     |
[INFO] [stdout] 544 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::emplace_scalar` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/message_generated.rs:554:9
[INFO] [stdout]     |
[INFO] [stdout] 554 |         flatbuffers::emplace_scalar::<u8>(dst, self.0);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/message_generated.rs:553:5
[INFO] [stdout]     |
[INFO] [stdout] 553 |     unsafe fn push(&self, dst: &mut [u8], _written_len: usize) {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::read_scalar_at` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/message_generated.rs:636:13
[INFO] [stdout]     |
[INFO] [stdout] 636 |     let b = flatbuffers::read_scalar_at::<u8>(buf, loc);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/message_generated.rs:635:3
[INFO] [stdout]     |
[INFO] [stdout] 635 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::emplace_scalar` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/message_generated.rs:645:9
[INFO] [stdout]     |
[INFO] [stdout] 645 |         flatbuffers::emplace_scalar::<u8>(dst, self.0);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/message_generated.rs:644:5
[INFO] [stdout]     |
[INFO] [stdout] 644 |     unsafe fn push(&self, dst: &mut [u8], _written_len: usize) {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::read_scalar_at` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/message_generated.rs:795:13
[INFO] [stdout]     |
[INFO] [stdout] 795 |     let b = flatbuffers::read_scalar_at::<u8>(buf, loc);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/message_generated.rs:794:3
[INFO] [stdout]     |
[INFO] [stdout] 794 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::emplace_scalar` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/message_generated.rs:804:9
[INFO] [stdout]     |
[INFO] [stdout] 804 |         flatbuffers::emplace_scalar::<u8>(dst, self.0);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/message_generated.rs:803:5
[INFO] [stdout]     |
[INFO] [stdout] 803 |     unsafe fn push(&self, dst: &mut [u8], _written_len: usize) {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/message_generated.rs:846:18
[INFO] [stdout]     |
[INFO] [stdout] 846 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/message_generated.rs:845:3
[INFO] [stdout]     |
[INFO] [stdout] 845 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/message_generated.rs:925:18
[INFO] [stdout]     |
[INFO] [stdout] 925 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/message_generated.rs:924:3
[INFO] [stdout]     |
[INFO] [stdout] 924 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:1022:18
[INFO] [stdout]      |
[INFO] [stdout] 1022 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:1021:3
[INFO] [stdout]      |
[INFO] [stdout] 1021 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:1119:18
[INFO] [stdout]      |
[INFO] [stdout] 1119 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:1118:3
[INFO] [stdout]      |
[INFO] [stdout] 1118 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:1217:18
[INFO] [stdout]      |
[INFO] [stdout] 1217 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:1216:3
[INFO] [stdout]      |
[INFO] [stdout] 1216 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:1314:18
[INFO] [stdout]      |
[INFO] [stdout] 1314 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:1313:3
[INFO] [stdout]      |
[INFO] [stdout] 1313 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:1411:18
[INFO] [stdout]      |
[INFO] [stdout] 1411 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:1410:3
[INFO] [stdout]      |
[INFO] [stdout] 1410 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:1710:18
[INFO] [stdout]      |
[INFO] [stdout] 1710 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:1709:3
[INFO] [stdout]      |
[INFO] [stdout] 1709 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:1808:18
[INFO] [stdout]      |
[INFO] [stdout] 1808 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:1807:3
[INFO] [stdout]      |
[INFO] [stdout] 1807 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:2326:18
[INFO] [stdout]      |
[INFO] [stdout] 2326 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:2325:3
[INFO] [stdout]      |
[INFO] [stdout] 2325 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:2424:18
[INFO] [stdout]      |
[INFO] [stdout] 2424 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:2423:3
[INFO] [stdout]      |
[INFO] [stdout] 2423 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:2522:18
[INFO] [stdout]      |
[INFO] [stdout] 2522 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:2521:3
[INFO] [stdout]      |
[INFO] [stdout] 2521 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:2620:18
[INFO] [stdout]      |
[INFO] [stdout] 2620 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:2619:3
[INFO] [stdout]      |
[INFO] [stdout] 2619 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:2787:18
[INFO] [stdout]      |
[INFO] [stdout] 2787 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:2786:3
[INFO] [stdout]      |
[INFO] [stdout] 2786 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:2919:18
[INFO] [stdout]      |
[INFO] [stdout] 2919 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:2918:3
[INFO] [stdout]      |
[INFO] [stdout] 2918 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:3016:18
[INFO] [stdout]      |
[INFO] [stdout] 3016 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:3015:3
[INFO] [stdout]      |
[INFO] [stdout] 3015 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:3181:18
[INFO] [stdout]      |
[INFO] [stdout] 3181 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:3180:3
[INFO] [stdout]      |
[INFO] [stdout] 3180 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:3295:18
[INFO] [stdout]      |
[INFO] [stdout] 3295 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:3294:3
[INFO] [stdout]      |
[INFO] [stdout] 3294 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:3457:18
[INFO] [stdout]      |
[INFO] [stdout] 3457 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:3456:3
[INFO] [stdout]      |
[INFO] [stdout] 3456 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:3571:18
[INFO] [stdout]      |
[INFO] [stdout] 3571 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:3570:3
[INFO] [stdout]      |
[INFO] [stdout] 3570 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:3685:18
[INFO] [stdout]      |
[INFO] [stdout] 3685 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:3684:3
[INFO] [stdout]      |
[INFO] [stdout] 3684 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:3801:18
[INFO] [stdout]      |
[INFO] [stdout] 3801 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:3800:3
[INFO] [stdout]      |
[INFO] [stdout] 3800 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:3934:18
[INFO] [stdout]      |
[INFO] [stdout] 3934 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:3933:3
[INFO] [stdout]      |
[INFO] [stdout] 3933 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:4067:18
[INFO] [stdout]      |
[INFO] [stdout] 4067 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:4066:3
[INFO] [stdout]      |
[INFO] [stdout] 4066 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:4182:18
[INFO] [stdout]      |
[INFO] [stdout] 4182 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:4181:3
[INFO] [stdout]      |
[INFO] [stdout] 4181 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:4297:18
[INFO] [stdout]      |
[INFO] [stdout] 4297 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:4296:3
[INFO] [stdout]      |
[INFO] [stdout] 4296 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:4547:18
[INFO] [stdout]      |
[INFO] [stdout] 4547 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:4546:3
[INFO] [stdout]      |
[INFO] [stdout] 4546 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:4645:18
[INFO] [stdout]      |
[INFO] [stdout] 4645 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:4644:3
[INFO] [stdout]      |
[INFO] [stdout] 4644 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:4742:18
[INFO] [stdout]      |
[INFO] [stdout] 4742 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:4741:3
[INFO] [stdout]      |
[INFO] [stdout] 4741 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:4873:18
[INFO] [stdout]      |
[INFO] [stdout] 4873 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:4872:3
[INFO] [stdout]      |
[INFO] [stdout] 4872 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:5064:18
[INFO] [stdout]      |
[INFO] [stdout] 5064 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:5063:3
[INFO] [stdout]      |
[INFO] [stdout] 5063 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:5161:18
[INFO] [stdout]      |
[INFO] [stdout] 5161 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:5160:3
[INFO] [stdout]      |
[INFO] [stdout] 5160 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:5258:18
[INFO] [stdout]      |
[INFO] [stdout] 5258 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:5257:3
[INFO] [stdout]      |
[INFO] [stdout] 5257 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:5372:18
[INFO] [stdout]      |
[INFO] [stdout] 5372 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:5371:3
[INFO] [stdout]      |
[INFO] [stdout] 5371 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:5486:18
[INFO] [stdout]      |
[INFO] [stdout] 5486 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:5485:3
[INFO] [stdout]      |
[INFO] [stdout] 5485 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:5600:18
[INFO] [stdout]      |
[INFO] [stdout] 5600 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:5599:3
[INFO] [stdout]      |
[INFO] [stdout] 5599 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:5697:18
[INFO] [stdout]      |
[INFO] [stdout] 5697 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:5696:3
[INFO] [stdout]      |
[INFO] [stdout] 5696 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:5794:18
[INFO] [stdout]      |
[INFO] [stdout] 5794 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:5793:3
[INFO] [stdout]      |
[INFO] [stdout] 5793 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:5873:18
[INFO] [stdout]      |
[INFO] [stdout] 5873 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:5872:3
[INFO] [stdout]      |
[INFO] [stdout] 5872 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:5970:18
[INFO] [stdout]      |
[INFO] [stdout] 5970 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:5969:3
[INFO] [stdout]      |
[INFO] [stdout] 5969 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:6115:18
[INFO] [stdout]      |
[INFO] [stdout] 6115 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:6114:3
[INFO] [stdout]      |
[INFO] [stdout] 6114 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:6212:18
[INFO] [stdout]      |
[INFO] [stdout] 6212 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:6211:3
[INFO] [stdout]      |
[INFO] [stdout] 6211 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:6309:18
[INFO] [stdout]      |
[INFO] [stdout] 6309 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:6308:3
[INFO] [stdout]      |
[INFO] [stdout] 6308 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:6424:18
[INFO] [stdout]      |
[INFO] [stdout] 6424 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:6423:3
[INFO] [stdout]      |
[INFO] [stdout] 6423 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:6503:18
[INFO] [stdout]      |
[INFO] [stdout] 6503 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:6502:3
[INFO] [stdout]      |
[INFO] [stdout] 6502 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:6600:18
[INFO] [stdout]      |
[INFO] [stdout] 6600 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:6599:3
[INFO] [stdout]      |
[INFO] [stdout] 6599 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:6697:18
[INFO] [stdout]      |
[INFO] [stdout] 6697 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:6696:3
[INFO] [stdout]      |
[INFO] [stdout] 6696 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:6794:18
[INFO] [stdout]      |
[INFO] [stdout] 6794 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:6793:3
[INFO] [stdout]      |
[INFO] [stdout] 6793 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:6891:18
[INFO] [stdout]      |
[INFO] [stdout] 6891 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:6890:3
[INFO] [stdout]      |
[INFO] [stdout] 6890 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:7005:18
[INFO] [stdout]      |
[INFO] [stdout] 7005 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:7004:3
[INFO] [stdout]      |
[INFO] [stdout] 7004 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:7119:18
[INFO] [stdout]      |
[INFO] [stdout] 7119 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:7118:3
[INFO] [stdout]      |
[INFO] [stdout] 7118 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:7233:18
[INFO] [stdout]      |
[INFO] [stdout] 7233 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:7232:3
[INFO] [stdout]      |
[INFO] [stdout] 7232 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:7347:18
[INFO] [stdout]      |
[INFO] [stdout] 7347 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:7346:3
[INFO] [stdout]      |
[INFO] [stdout] 7346 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::root_unchecked` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:8015:3
[INFO] [stdout]      |
[INFO] [stdout] 8015 |   flatbuffers::root_unchecked::<Message>(buf)
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:8014:1
[INFO] [stdout]      |
[INFO] [stdout] 8014 | pub unsafe fn root_as_message_unchecked(buf: &[u8]) -> Message {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::size_prefixed_root_unchecked` is unsafe and requires unsafe block
[INFO] [stdout]     --> src/message_generated.rs:8022:3
[INFO] [stdout]      |
[INFO] [stdout] 8022 |   flatbuffers::size_prefixed_root_unchecked::<Message>(buf)
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]      |
[INFO] [stdout]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]     --> src/message_generated.rs:8021:1
[INFO] [stdout]      |
[INFO] [stdout] 8021 | pub unsafe fn size_prefixed_root_as_message_unchecked(buf: &[u8]) -> Message {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/message_generated.rs:7971:29
[INFO] [stdout]      |
[INFO] [stdout] 7971 | pub fn root_as_message(buf: &[u8]) -> Result<Message, flatbuffers::InvalidFlatbuffer> {
[INFO] [stdout]      |                             ^^^^^            ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                             |
[INFO] [stdout]      |                             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 7971 | pub fn root_as_message(buf: &[u8]) -> Result<Message<'_>, flatbuffers::InvalidFlatbuffer> {
[INFO] [stdout]      |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/message_generated.rs:7981:43
[INFO] [stdout]      |
[INFO] [stdout] 7981 | pub fn size_prefixed_root_as_message(buf: &[u8]) -> Result<Message, flatbuffers::InvalidFlatbuffer> {
[INFO] [stdout]      |                                           ^^^^^            ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                                           |
[INFO] [stdout]      |                                           the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 7981 | pub fn size_prefixed_root_as_message(buf: &[u8]) -> Result<Message<'_>, flatbuffers::InvalidFlatbuffer> {
[INFO] [stdout]      |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/message_generated.rs:8014:46
[INFO] [stdout]      |
[INFO] [stdout] 8014 | pub unsafe fn root_as_message_unchecked(buf: &[u8]) -> Message {
[INFO] [stdout]      |                                              ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                                              |
[INFO] [stdout]      |                                              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 8014 | pub unsafe fn root_as_message_unchecked(buf: &[u8]) -> Message<'_> {
[INFO] [stdout]      |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/message_generated.rs:8021:60
[INFO] [stdout]      |
[INFO] [stdout] 8021 | pub unsafe fn size_prefixed_root_as_message_unchecked(buf: &[u8]) -> Message {
[INFO] [stdout]      |                                                            ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                                                            |
[INFO] [stdout]      |                                                            the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 8021 | pub unsafe fn size_prefixed_root_as_message_unchecked(buf: &[u8]) -> Message<'_> {
[INFO] [stdout]      |                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0133`.
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.97s
[INFO] running `Command { std: "docker" "inspect" "0e58f5c1f656082733b2311829784d955048d8981e9535ba631889e77cd8ddc0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0e58f5c1f656082733b2311829784d955048d8981e9535ba631889e77cd8ddc0", kill_on_drop: false }`
[INFO] [stdout] 0e58f5c1f656082733b2311829784d955048d8981e9535ba631889e77cd8ddc0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 979dcd87c988f2be02e13483679917f2753adb078b979218f66607b552d35720
[INFO] running `Command { std: "docker" "start" "-a" "979dcd87c988f2be02e13483679917f2753adb078b979218f66607b552d35720", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `core::mem`
[INFO] [stderr]  --> src/message_generated.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 6 | use core::mem;
[INFO] [stderr]   |     ^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `core::cmp::Ordering`
[INFO] [stderr]  --> src/message_generated.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | use core::cmp::Ordering;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `EndianScalar` and `Follow`
[INFO] [stderr]   --> src/message_generated.rs:10:25
[INFO] [stderr]    |
[INFO] [stderr] 10 | use self::flatbuffers::{EndianScalar, Follow};
[INFO] [stderr]    |                         ^^^^^^^^^^^^  ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::read_scalar_at` is unsafe and requires unsafe block
[INFO] [stderr]   --> src/message_generated.rs:96:13
[INFO] [stderr]    |
[INFO] [stderr] 96 |     let b = flatbuffers::read_scalar_at::<u8>(buf, loc);
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]    |
[INFO] [stderr]    = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]   --> src/message_generated.rs:95:3
[INFO] [stderr]    |
[INFO] [stderr] 95 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]    |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr]    = note: `#[warn(unsafe_op_in_unsafe_fn)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::emplace_scalar` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/message_generated.rs:105:9
[INFO] [stderr]     |
[INFO] [stderr] 105 |         flatbuffers::emplace_scalar::<u8>(dst, self.0);
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]     |
[INFO] [stderr]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]    --> src/message_generated.rs:104:5
[INFO] [stderr]     |
[INFO] [stderr] 104 |     unsafe fn push(&self, dst: &mut [u8], _written_len: usize) {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::read_scalar_at` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/message_generated.rs:187:13
[INFO] [stderr]     |
[INFO] [stderr] 187 |     let b = flatbuffers::read_scalar_at::<u8>(buf, loc);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]     |
[INFO] [stderr]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]    --> src/message_generated.rs:186:3
[INFO] [stderr]     |
[INFO] [stderr] 186 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::emplace_scalar` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/message_generated.rs:196:9
[INFO] [stderr]     |
[INFO] [stderr] 196 |         flatbuffers::emplace_scalar::<u8>(dst, self.0);
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]     |
[INFO] [stderr]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]    --> src/message_generated.rs:195:5
[INFO] [stderr]     |
[INFO] [stderr] 195 |     unsafe fn push(&self, dst: &mut [u8], _written_len: usize) {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::read_scalar_at` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/message_generated.rs:274:13
[INFO] [stderr]     |
[INFO] [stderr] 274 |     let b = flatbuffers::read_scalar_at::<u8>(buf, loc);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]     |
[INFO] [stderr]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]    --> src/message_generated.rs:273:3
[INFO] [stderr]     |
[INFO] [stderr] 273 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::emplace_scalar` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/message_generated.rs:283:9
[INFO] [stderr]     |
[INFO] [stderr] 283 |         flatbuffers::emplace_scalar::<u8>(dst, self.0);
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]     |
[INFO] [stderr]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]    --> src/message_generated.rs:282:5
[INFO] [stderr]     |
[INFO] [stderr] 282 |     unsafe fn push(&self, dst: &mut [u8], _written_len: usize) {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::read_scalar_at` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/message_generated.rs:365:13
[INFO] [stderr]     |
[INFO] [stderr] 365 |     let b = flatbuffers::read_scalar_at::<i8>(buf, loc);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]     |
[INFO] [stderr]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]    --> src/message_generated.rs:364:3
[INFO] [stderr]     |
[INFO] [stderr] 364 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::emplace_scalar` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/message_generated.rs:374:9
[INFO] [stderr]     |
[INFO] [stderr] 374 |         flatbuffers::emplace_scalar::<i8>(dst, self.0);
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]     |
[INFO] [stderr]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]    --> src/message_generated.rs:373:5
[INFO] [stderr]     |
[INFO] [stderr] 373 |     unsafe fn push(&self, dst: &mut [u8], _written_len: usize) {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::read_scalar_at` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/message_generated.rs:458:13
[INFO] [stderr]     |
[INFO] [stderr] 458 |     let b = flatbuffers::read_scalar_at::<u8>(buf, loc);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]     |
[INFO] [stderr]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]    --> src/message_generated.rs:457:3
[INFO] [stderr]     |
[INFO] [stderr] 457 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::emplace_scalar` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/message_generated.rs:467:9
[INFO] [stderr]     |
[INFO] [stderr] 467 |         flatbuffers::emplace_scalar::<u8>(dst, self.0);
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]     |
[INFO] [stderr]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]    --> src/message_generated.rs:466:5
[INFO] [stderr]     |
[INFO] [stderr] 466 |     unsafe fn push(&self, dst: &mut [u8], _written_len: usize) {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::read_scalar_at` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/message_generated.rs:545:13
[INFO] [stderr]     |
[INFO] [stderr] 545 |     let b = flatbuffers::read_scalar_at::<u8>(buf, loc);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]     |
[INFO] [stderr]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]    --> src/message_generated.rs:544:3
[INFO] [stderr]     |
[INFO] [stderr] 544 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::emplace_scalar` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/message_generated.rs:554:9
[INFO] [stderr]     |
[INFO] [stderr] 554 |         flatbuffers::emplace_scalar::<u8>(dst, self.0);
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]     |
[INFO] [stderr]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]    --> src/message_generated.rs:553:5
[INFO] [stderr]     |
[INFO] [stderr] 553 |     unsafe fn push(&self, dst: &mut [u8], _written_len: usize) {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::read_scalar_at` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/message_generated.rs:636:13
[INFO] [stderr]     |
[INFO] [stderr] 636 |     let b = flatbuffers::read_scalar_at::<u8>(buf, loc);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]     |
[INFO] [stderr]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]    --> src/message_generated.rs:635:3
[INFO] [stderr]     |
[INFO] [stderr] 635 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::emplace_scalar` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/message_generated.rs:645:9
[INFO] [stderr]     |
[INFO] [stderr] 645 |         flatbuffers::emplace_scalar::<u8>(dst, self.0);
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]     |
[INFO] [stderr]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]    --> src/message_generated.rs:644:5
[INFO] [stderr]     |
[INFO] [stderr] 644 |     unsafe fn push(&self, dst: &mut [u8], _written_len: usize) {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::read_scalar_at` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/message_generated.rs:795:13
[INFO] [stderr]     |
[INFO] [stderr] 795 |     let b = flatbuffers::read_scalar_at::<u8>(buf, loc);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]     |
[INFO] [stderr]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]    --> src/message_generated.rs:794:3
[INFO] [stderr]     |
[INFO] [stderr] 794 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::emplace_scalar` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/message_generated.rs:804:9
[INFO] [stderr]     |
[INFO] [stderr] 804 |         flatbuffers::emplace_scalar::<u8>(dst, self.0);
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]     |
[INFO] [stderr]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]    --> src/message_generated.rs:803:5
[INFO] [stderr]     |
[INFO] [stderr] 803 |     unsafe fn push(&self, dst: &mut [u8], _written_len: usize) {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/message_generated.rs:846:18
[INFO] [stderr]     |
[INFO] [stderr] 846 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stderr]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]     |
[INFO] [stderr]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]    --> src/message_generated.rs:845:3
[INFO] [stderr]     |
[INFO] [stderr] 845 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/message_generated.rs:925:18
[INFO] [stderr]     |
[INFO] [stderr] 925 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stderr]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]     |
[INFO] [stderr]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]    --> src/message_generated.rs:924:3
[INFO] [stderr]     |
[INFO] [stderr] 924 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stderr]     --> src/message_generated.rs:1022:18
[INFO] [stderr]      |
[INFO] [stderr] 1022 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]      |
[INFO] [stderr]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]     --> src/message_generated.rs:1021:3
[INFO] [stderr]      |
[INFO] [stderr] 1021 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stderr]     --> src/message_generated.rs:1119:18
[INFO] [stderr]      |
[INFO] [stderr] 1119 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]      |
[INFO] [stderr]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]     --> src/message_generated.rs:1118:3
[INFO] [stderr]      |
[INFO] [stderr] 1118 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stderr]     --> src/message_generated.rs:1217:18
[INFO] [stderr]      |
[INFO] [stderr] 1217 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]      |
[INFO] [stderr]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]     --> src/message_generated.rs:1216:3
[INFO] [stderr]      |
[INFO] [stderr] 1216 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stderr]     --> src/message_generated.rs:1314:18
[INFO] [stderr]      |
[INFO] [stderr] 1314 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]      |
[INFO] [stderr]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]     --> src/message_generated.rs:1313:3
[INFO] [stderr]      |
[INFO] [stderr] 1313 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stderr]     --> src/message_generated.rs:1411:18
[INFO] [stderr]      |
[INFO] [stderr] 1411 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]      |
[INFO] [stderr]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]     --> src/message_generated.rs:1410:3
[INFO] [stderr]      |
[INFO] [stderr] 1410 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stderr]     --> src/message_generated.rs:1710:18
[INFO] [stderr]      |
[INFO] [stderr] 1710 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]      |
[INFO] [stderr]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]     --> src/message_generated.rs:1709:3
[INFO] [stderr]      |
[INFO] [stderr] 1709 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stderr]     --> src/message_generated.rs:1808:18
[INFO] [stderr]      |
[INFO] [stderr] 1808 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]      |
[INFO] [stderr]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]     --> src/message_generated.rs:1807:3
[INFO] [stderr]      |
[INFO] [stderr] 1807 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stderr]     --> src/message_generated.rs:2326:18
[INFO] [stderr]      |
[INFO] [stderr] 2326 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]      |
[INFO] [stderr]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]     --> src/message_generated.rs:2325:3
[INFO] [stderr]      |
[INFO] [stderr] 2325 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stderr]     --> src/message_generated.rs:2424:18
[INFO] [stderr]      |
[INFO] [stderr] 2424 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]      |
[INFO] [stderr]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]     --> src/message_generated.rs:2423:3
[INFO] [stderr]      |
[INFO] [stderr] 2423 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stderr]     --> src/message_generated.rs:2522:18
[INFO] [stderr]      |
[INFO] [stderr] 2522 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]      |
[INFO] [stderr]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]     --> src/message_generated.rs:2521:3
[INFO] [stderr]      |
[INFO] [stderr] 2521 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stderr]     --> src/message_generated.rs:2620:18
[INFO] [stderr]      |
[INFO] [stderr] 2620 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]      |
[INFO] [stderr]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]     --> src/message_generated.rs:2619:3
[INFO] [stderr]      |
[INFO] [stderr] 2619 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stderr]     --> src/message_generated.rs:2787:18
[INFO] [stderr]      |
[INFO] [stderr] 2787 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]      |
[INFO] [stderr]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]     --> src/message_generated.rs:2786:3
[INFO] [stderr]      |
[INFO] [stderr] 2786 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stderr]     --> src/message_generated.rs:2919:18
[INFO] [stderr]      |
[INFO] [stderr] 2919 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]      |
[INFO] [stderr]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]     --> src/message_generated.rs:2918:3
[INFO] [stderr]      |
[INFO] [stderr] 2918 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stderr]     --> src/message_generated.rs:3016:18
[INFO] [stderr]      |
[INFO] [stderr] 3016 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]      |
[INFO] [stderr]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]     --> src/message_generated.rs:3015:3
[INFO] [stderr]      |
[INFO] [stderr] 3015 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stderr]     --> src/message_generated.rs:3181:18
[INFO] [stderr]      |
[INFO] [stderr] 3181 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]      |
[INFO] [stderr]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]     --> src/message_generated.rs:3180:3
[INFO] [stderr]      |
[INFO] [stderr] 3180 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stderr]     --> src/message_generated.rs:3295:18
[INFO] [stderr]      |
[INFO] [stderr] 3295 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]      |
[INFO] [stderr]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]     --> src/message_generated.rs:3294:3
[INFO] [stderr]      |
[INFO] [stderr] 3294 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stderr]     --> src/message_generated.rs:3457:18
[INFO] [stderr]      |
[INFO] [stderr] 3457 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]      |
[INFO] [stderr]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]     --> src/message_generated.rs:3456:3
[INFO] [stderr]      |
[INFO] [stderr] 3456 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stderr]     --> src/message_generated.rs:3571:18
[INFO] [stderr]      |
[INFO] [stderr] 3571 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]      |
[INFO] [stderr]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]     --> src/message_generated.rs:3570:3
[INFO] [stderr]      |
[INFO] [stderr] 3570 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stderr]     --> src/message_generated.rs:3685:18
[INFO] [stderr]      |
[INFO] [stderr] 3685 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]      |
[INFO] [stderr]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]     --> src/message_generated.rs:3684:3
[INFO] [stderr]      |
[INFO] [stderr] 3684 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stderr]     --> src/message_generated.rs:3801:18
[INFO] [stderr]      |
[INFO] [stderr] 3801 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]      |
[INFO] [stderr]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]     --> src/message_generated.rs:3800:3
[INFO] [stderr]      |
[INFO] [stderr] 3800 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stderr]     --> src/message_generated.rs:3934:18
[INFO] [stderr]      |
[INFO] [stderr] 3934 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]      |
[INFO] [stderr]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]     --> src/message_generated.rs:3933:3
[INFO] [stderr]      |
[INFO] [stderr] 3933 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stderr]     --> src/message_generated.rs:4067:18
[INFO] [stderr]      |
[INFO] [stderr] 4067 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]      |
[INFO] [stderr]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]     --> src/message_generated.rs:4066:3
[INFO] [stderr]      |
[INFO] [stderr] 4066 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stderr]     --> src/message_generated.rs:4182:18
[INFO] [stderr]      |
[INFO] [stderr] 4182 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]      |
[INFO] [stderr]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]     --> src/message_generated.rs:4181:3
[INFO] [stderr]      |
[INFO] [stderr] 4181 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stderr]     --> src/message_generated.rs:4297:18
[INFO] [stderr]      |
[INFO] [stderr] 4297 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]      |
[INFO] [stderr]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]     --> src/message_generated.rs:4296:3
[INFO] [stderr]      |
[INFO] [stderr] 4296 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stderr]     --> src/message_generated.rs:4547:18
[INFO] [stderr]      |
[INFO] [stderr] 4547 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]      |
[INFO] [stderr]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]     --> src/message_generated.rs:4546:3
[INFO] [stderr]      |
[INFO] [stderr] 4546 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stderr]     --> src/message_generated.rs:4645:18
[INFO] [stderr]      |
[INFO] [stderr] 4645 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]      |
[INFO] [stderr]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]     --> src/message_generated.rs:4644:3
[INFO] [stderr]      |
[INFO] [stderr] 4644 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stderr]     --> src/message_generated.rs:4742:18
[INFO] [stderr]      |
[INFO] [stderr] 4742 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]      |
[INFO] [stderr]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]     --> src/message_generated.rs:4741:3
[INFO] [stderr]      |
[INFO] [stderr] 4741 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stderr]     --> src/message_generated.rs:4873:18
[INFO] [stderr]      |
[INFO] [stderr] 4873 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]      |
[INFO] [stderr]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]     --> src/message_generated.rs:4872:3
[INFO] [stderr]      |
[INFO] [stderr] 4872 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stderr]     --> src/message_generated.rs:5064:18
[INFO] [stderr]      |
[INFO] [stderr] 5064 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]      |
[INFO] [stderr]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]     --> src/message_generated.rs:5063:3
[INFO] [stderr]      |
[INFO] [stderr] 5063 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stderr]     --> src/message_generated.rs:5161:18
[INFO] [stderr]      |
[INFO] [stderr] 5161 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]      |
[INFO] [stderr]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]     --> src/message_generated.rs:5160:3
[INFO] [stderr]      |
[INFO] [stderr] 5160 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stderr]     --> src/message_generated.rs:5258:18
[INFO] [stderr]      |
[INFO] [stderr] 5258 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]      |
[INFO] [stderr]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]     --> src/message_generated.rs:5257:3
[INFO] [stderr]      |
[INFO] [stderr] 5257 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stderr]     --> src/message_generated.rs:5372:18
[INFO] [stderr]      |
[INFO] [stderr] 5372 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]      |
[INFO] [stderr]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]     --> src/message_generated.rs:5371:3
[INFO] [stderr]      |
[INFO] [stderr] 5371 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stderr]     --> src/message_generated.rs:5486:18
[INFO] [stderr]      |
[INFO] [stderr] 5486 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]      |
[INFO] [stderr]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]     --> src/message_generated.rs:5485:3
[INFO] [stderr]      |
[INFO] [stderr] 5485 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stderr]     --> src/message_generated.rs:5600:18
[INFO] [stderr]      |
[INFO] [stderr] 5600 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]      |
[INFO] [stderr]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]     --> src/message_generated.rs:5599:3
[INFO] [stderr]      |
[INFO] [stderr] 5599 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stderr]     --> src/message_generated.rs:5697:18
[INFO] [stderr]      |
[INFO] [stderr] 5697 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]      |
[INFO] [stderr]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]     --> src/message_generated.rs:5696:3
[INFO] [stderr]      |
[INFO] [stderr] 5696 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stderr]     --> src/message_generated.rs:5794:18
[INFO] [stderr]      |
[INFO] [stderr] 5794 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]      |
[INFO] [stderr]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]     --> src/message_generated.rs:5793:3
[INFO] [stderr]      |
[INFO] [stderr] 5793 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stderr]     --> src/message_generated.rs:5873:18
[INFO] [stderr]      |
[INFO] [stderr] 5873 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]      |
[INFO] [stderr]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]     --> src/message_generated.rs:5872:3
[INFO] [stderr]      |
[INFO] [stderr] 5872 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stderr]     --> src/message_generated.rs:5970:18
[INFO] [stderr]      |
[INFO] [stderr] 5970 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]      |
[INFO] [stderr]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]     --> src/message_generated.rs:5969:3
[INFO] [stderr]      |
[INFO] [stderr] 5969 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stderr]     --> src/message_generated.rs:6115:18
[INFO] [stderr]      |
[INFO] [stderr] 6115 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]      |
[INFO] [stderr]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]     --> src/message_generated.rs:6114:3
[INFO] [stderr]      |
[INFO] [stderr] 6114 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stderr]     --> src/message_generated.rs:6212:18
[INFO] [stderr]      |
[INFO] [stderr] 6212 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]      |
[INFO] [stderr]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]     --> src/message_generated.rs:6211:3
[INFO] [stderr]      |
[INFO] [stderr] 6211 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stderr]     --> src/message_generated.rs:6309:18
[INFO] [stderr]      |
[INFO] [stderr] 6309 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]      |
[INFO] [stderr]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]     --> src/message_generated.rs:6308:3
[INFO] [stderr]      |
[INFO] [stderr] 6308 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stderr]     --> src/message_generated.rs:6424:18
[INFO] [stderr]      |
[INFO] [stderr] 6424 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]      |
[INFO] [stderr]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]     --> src/message_generated.rs:6423:3
[INFO] [stderr]      |
[INFO] [stderr] 6423 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stderr]     --> src/message_generated.rs:6503:18
[INFO] [stderr]      |
[INFO] [stderr] 6503 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]      |
[INFO] [stderr]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]     --> src/message_generated.rs:6502:3
[INFO] [stderr]      |
[INFO] [stderr] 6502 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stderr]     --> src/message_generated.rs:6600:18
[INFO] [stderr]      |
[INFO] [stderr] 6600 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]      |
[INFO] [stderr]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]     --> src/message_generated.rs:6599:3
[INFO] [stderr]      |
[INFO] [stderr] 6599 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stderr]     --> src/message_generated.rs:6697:18
[INFO] [stderr]      |
[INFO] [stderr] 6697 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]      |
[INFO] [stderr]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]     --> src/message_generated.rs:6696:3
[INFO] [stderr]      |
[INFO] [stderr] 6696 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stderr]     --> src/message_generated.rs:6794:18
[INFO] [stderr]      |
[INFO] [stderr] 6794 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]      |
[INFO] [stderr]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]     --> src/message_generated.rs:6793:3
[INFO] [stderr]      |
[INFO] [stderr] 6793 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stderr]     --> src/message_generated.rs:6891:18
[INFO] [stderr]      |
[INFO] [stderr] 6891 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]      |
[INFO] [stderr]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]     --> src/message_generated.rs:6890:3
[INFO] [stderr]      |
[INFO] [stderr] 6890 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stderr]     --> src/message_generated.rs:7005:18
[INFO] [stderr]      |
[INFO] [stderr] 7005 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]      |
[INFO] [stderr]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]     --> src/message_generated.rs:7004:3
[INFO] [stderr]      |
[INFO] [stderr] 7004 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stderr]     --> src/message_generated.rs:7119:18
[INFO] [stderr]      |
[INFO] [stderr] 7119 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]      |
[INFO] [stderr]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]     --> src/message_generated.rs:7118:3
[INFO] [stderr]      |
[INFO] [stderr] 7118 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stderr]     --> src/message_generated.rs:7233:18
[INFO] [stderr]      |
[INFO] [stderr] 7233 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]      |
[INFO] [stderr]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]     --> src/message_generated.rs:7232:3
[INFO] [stderr]      |
[INFO] [stderr] 7232 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block
[INFO] [stderr]     --> src/message_generated.rs:7347:18
[INFO] [stderr]      |
[INFO] [stderr] 7347 |     Self { _tab: flatbuffers::Table::new(buf, loc) }
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]      |
[INFO] [stderr]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]     --> src/message_generated.rs:7346:3
[INFO] [stderr]      |
[INFO] [stderr] 7346 |   unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner {
[INFO] [stderr]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::root_unchecked` is unsafe and requires unsafe block
[INFO] [stderr]     --> src/message_generated.rs:8015:3
[INFO] [stderr]      |
[INFO] [stderr] 8015 |   flatbuffers::root_unchecked::<Message>(buf)
[INFO] [stderr]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]      |
[INFO] [stderr]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]     --> src/message_generated.rs:8014:1
[INFO] [stderr]      |
[INFO] [stderr] 8014 | pub unsafe fn root_as_message_unchecked(buf: &[u8]) -> Message {
[INFO] [stderr]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `message_generated::flatbuffers::size_prefixed_root_unchecked` is unsafe and requires unsafe block
[INFO] [stderr]     --> src/message_generated.rs:8022:3
[INFO] [stderr]      |
[INFO] [stderr] 8022 |   flatbuffers::size_prefixed_root_unchecked::<Message>(buf)
[INFO] [stderr]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]      |
[INFO] [stderr]      = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]     --> src/message_generated.rs:8021:1
[INFO] [stderr]      |
[INFO] [stderr] 8021 | pub unsafe fn size_prefixed_root_as_message_unchecked(buf: &[u8]) -> Message {
[INFO] [stderr]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/message_generated.rs:7971:29
[INFO] [stderr]      |
[INFO] [stderr] 7971 | pub fn root_as_message(buf: &[u8]) -> Result<Message, flatbuffers::InvalidFlatbuffer> {
[INFO] [stderr]      |                             ^^^^^            ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |                             |
[INFO] [stderr]      |                             the lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 7971 | pub fn root_as_message(buf: &[u8]) -> Result<Message<'_>, flatbuffers::InvalidFlatbuffer> {
[INFO] [stderr]      |                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/message_generated.rs:7981:43
[INFO] [stderr]      |
[INFO] [stderr] 7981 | pub fn size_prefixed_root_as_message(buf: &[u8]) -> Result<Message, flatbuffers::InvalidFlatbuffer> {
[INFO] [stderr]      |                                           ^^^^^            ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |                                           |
[INFO] [stderr]      |                                           the lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 7981 | pub fn size_prefixed_root_as_message(buf: &[u8]) -> Result<Message<'_>, flatbuffers::InvalidFlatbuffer> {
[INFO] [stderr]      |                                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/message_generated.rs:8014:46
[INFO] [stderr]      |
[INFO] [stderr] 8014 | pub unsafe fn root_as_message_unchecked(buf: &[u8]) -> Message {
[INFO] [stderr]      |                                              ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |                                              |
[INFO] [stderr]      |                                              the lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 8014 | pub unsafe fn root_as_message_unchecked(buf: &[u8]) -> Message<'_> {
[INFO] [stderr]      |                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/message_generated.rs:8021:60
[INFO] [stderr]      |
[INFO] [stderr] 8021 | pub unsafe fn size_prefixed_root_as_message_unchecked(buf: &[u8]) -> Message {
[INFO] [stderr]      |                                                            ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |                                                            |
[INFO] [stderr]      |                                                            the lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 8021 | pub unsafe fn size_prefixed_root_as_message_unchecked(buf: &[u8]) -> Message<'_> {
[INFO] [stderr]      |                                                                             ++++
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0133`.
[INFO] [stderr] warning: `track-rails` (lib) generated 78 warnings (run `cargo fix --lib -p track-rails` to apply 78 suggestions)
[INFO] [stderr] warning: `track-rails` (lib test) generated 78 warnings (78 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/track_rails-cac8d04843f487d8)
[INFO] [stderr]    Doc-tests track_rails
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "979dcd87c988f2be02e13483679917f2753adb078b979218f66607b552d35720", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "979dcd87c988f2be02e13483679917f2753adb078b979218f66607b552d35720", kill_on_drop: false }`
[INFO] [stdout] 979dcd87c988f2be02e13483679917f2753adb078b979218f66607b552d35720
